home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
play
/
splib43U.lha
/
superplay-lib_USR
/
Install_Libs.script
< prev
next >
Wrap
Text File
|
1994-12-13
|
547b
|
26 lines
; $VER: Install_Libs.script V1.2 (27.2.94)
; © 1993-94 by Andreas R. Kleinert.
; This is the Installer Script for superplay.library V1+
(copylib
(prompt "Installing superplay.library to LIBS: ...")
(help @copylib-help)
(source ":superplay-Library/libs/superplay.library")
(dest "LIBS:")
(confirm)
)
(makedir "LIBS:spobjects")
(copyfiles
(prompt "Installing spobjects to LIBS:spobjects ...")
(help @copyfiles-help)
(source ":superplay-Library/libs/spobjects")
(dest "LIBS:spobjects")
(pattern "#?")
(files)
(confirm)
)